home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / pd / text / edwordv5.5 / keywordfiles / c.key < prev    next >
Text File  |  1996-05-20  |  2KB  |  92 lines

  1. ;
  2. ; ##################################################################
  3. ; ##                                                              ##
  4. ; ##  Filename : C.key                                            ##
  5. ; ##    Author : Martin Reddy                                     ##
  6. ; ##      Date : 3/5/94                                           ##
  7. ; ##   Purpose : This file contains keyword definitions which     ##
  8. ; ##             are used by the C programming language and one   ##
  9. ; ##             or two common prototypes from stdio.h            ##
  10. ; ##  Keywords : This file contains 65 keywords                   ##
  11. ; ##   Used By : Any version of the text editor EdWord.           ##
  12. ; ##      Help : A description of the file format for creating    ##
  13. ; ##             your own Keyword Definition Files and how to use ##
  14. ; ##             them is held in the EdWordHelp program.          ##
  15. ; ##                                                              ##
  16. ; ##################################################################
  17. ;
  18.  
  19. DELIM_OPEN=",/*
  20. DELIM_CLOSE=",*/
  21. INDENT_SYMBOL={
  22. UNINDENT_SYMBOL=}
  23. FUNC_MODE=C
  24.  
  25. argc
  26. argv
  27. auto
  28. bitdef
  29. bool
  30. break
  31. case
  32. char
  33. const
  34. continue
  35. define
  36. default
  37. do
  38. double
  39. else
  40. enum
  41. equ
  42. exit
  43. extern
  44. fclose
  45. float
  46. fopen
  47. for
  48. fprintf
  49. fscanf
  50. getc
  51. getchar
  52. goto
  53. if
  54. int
  55. include
  56. label
  57. main
  58. printf
  59. putc
  60. putchar
  61. register
  62. return
  63. scanf
  64. signed
  65. sizeof
  66. static
  67. struct
  68. structure
  69. switch
  70. typedef
  71. union
  72. unsigned
  73. volatile
  74. while
  75.  
  76. APTR
  77. BYTE
  78. CPTR
  79. FALSE
  80. LONG
  81. NULL
  82. RPTR
  83. SHORT
  84. TRUE
  85. UBYTE
  86. ULONG
  87. USHORT
  88. UWORD
  89. VOID
  90. WORD
  91.  
  92.